home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 18 - Serious (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 18 - Serious (19xx)(Topik Public Domain)(PD)[WB].adf / Startup2 / Startup2.doc < prev    next >
Text File  |  1989-10-01  |  5KB  |  137 lines

  1.  
  2. *** TOPIK Note : A very useful program, all of which can be found in this
  3. directory, accessible from the CLI.
  4.  
  5.  
  6.  
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10.                                Startup V2.0
  11.  
  12.                           Written By: Weston Fryatt
  13.                                     & Paul Davis
  14.  
  15.                                    For
  16.  
  17.                            Acropolis Development
  18.                           -----------------------
  19.  Legal Junk!
  20.  -----------
  21.  
  22.  This program is ourware meaning that we wrote it and if you find it useful
  23.  then any small donation would be greatly appreciated and would help along
  24.  the further development of amiga utility's. This program is copyrighted
  25.  by Acropolis Development, although this is a public domain utility you may
  26.  NOT sell or charge any money for the use of it, we ask that if you upload
  27.  it to a system that you leave all the notices and docs intact.
  28.  
  29.  We write programs like this because we think the Amiga is simply the best
  30.  computer on the market today and we want to further the enjoyment of this
  31.  great machine and make life for every Amiga owner a little easier.
  32.  It is a shame those who try to wreck it for everyone else, if we all
  33.  cooperate then the Amiga will REALLY prosper.
  34.  
  35.  
  36.  Startup
  37.  -------
  38.  Startup allows use of different batch files so that you can have your own
  39.  choice of custom startups for different situations for instance say you
  40.  want to call BBS'S and see what's new in the download bases, now a VD0: is
  41.  perfect for this type of situation, No disk errors to slow things down and
  42.  instant deletion of wierd or junk programs (considering you have the
  43.  memory). So instead of mounting VD0: and then load in a term let a batch
  44.  file do the work for you like setting the pathnames and mounting everything
  45.  for you, all the Amiga DOS commands will work so there is no limit to what
  46.  you can achieve. Startup will place itself in the center of your screen and
  47.  allow you a set amount of time to select the number of the startup you wish
  48.  by pressing the numbers 0-9 respectfully. You may use the keypad or the
  49.  keyboard numbers or you can select the startup you want by pointing and
  50.  clicking the mouse. You can abort startup and return to the CLI by pressing
  51.  esc or pressing the menu bar. Also if you need more time just click on the
  52.  digital clock at the bottom of the requestor and it will reset back to the
  53.  time it was origanally set at.
  54.  
  55.  
  56.  Startup V2.0
  57.  ------------
  58.  
  59.  We have added quite a few new features to this version of startup and
  60.  took hard drive owners into consideration this time. Here is a list of the
  61.  new features....
  62.  
  63.  Up to 10 Different Startup Sequences
  64.  
  65.  Each Different Startup can have a Title up to 25 Characters
  66.  
  67.  By clicking on the Countdown Timer it now Resets
  68.  
  69.  You can now Escape by pressing the menu button Or hitting ESC
  70.  
  71.  We also redesigned the Startup requester and it is much easier to read
  72.  than before and there are no bugs found in two months of constant use.
  73.  
  74.  Setting It Up
  75.  -------------
  76.  
  77.  Startup is called from the startup-sequence in the S: directory, You can
  78.  place the startup program in either the S: or C: directory just make sure
  79.  you call it with the proper pathname from the startup-sequence, the batch
  80.  files that startup looks for MUST be in the s: directory and are all called
  81.  with the same first name and the the startup number. (so startup number 0
  82.  would be named startup.0)
  83.  
  84.  The parameters for startup are as follows
  85.  
  86.  S:Startup (Timer [5-99]) (startups [1-10]) (execute command name [i.e. EX])
  87.  
  88.  The timer must be at least 5 seconds so you can make some kind of choice
  89.  and will default to 5 if you go over or under the limits, startups start
  90.  at number 0 so you will be going from 0-9 instead of 1-10, the reason
  91.  is simple try to type a ten when you only have one second left, also the
  92.  program will default to startup.0 if no number is selected in the alotted
  93.  time period. Execute name is simply for people who rename their Execute
  94.  command to Ex or X or whatever.
  95.  
  96.  Here is what my startup-sequence looks like.....
  97.  
  98. S:Startup 6 7
  99. ;0:VD0: W/C Dir Loaded In.
  100. ;1:Standard Workbench
  101. ;2:VD0: C Dir / Cd Df1:
  102. ;3:Clean Mem. Demos!!
  103. ;4:Setup For Letters. Df1:
  104. ;5:Access Term W/Vd0:
  105. ;6:Manx Compiler Setup.
  106.  
  107.  The different startup descriptions are noted in the following manner
  108.  
  109. ;0:startupname
  110.  
  111.  where ; is the identifier next comes the number of the startup (0-9)
  112.  and then the second identifier ( : ) then the file description, remember
  113.  that the file description can be no longer than 25 characters or your
  114.  last letters over that will be cut off! So, make sure you count your titles.
  115.  If a selection has no name the program will use the default name, remember
  116.  that each startup is simply a batch file and the only limit is your
  117.  imagination and Amiga Dos.
  118.  
  119.  If you have questions about the program or find bugs we can be reached at
  120.  the address below or by sending mail on Genie or Plink. Source code can be
  121.  obtained by sending a self addressed disk mailer (with disk) to the address
  122.  below, if you have no disk please include two dollars and we will provide
  123.  one for you.
  124.  
  125.  Acropolis Development
  126.  P.O. Box 81134
  127.  Bakersfield Ca
  128.  93380
  129.  
  130.  On Plink Send Mail To  A-D
  131.  
  132.  Or On Genie Send Mail To W.Fryatt1
  133.  
  134.  
  135. -----------------------------------------------------------------------------
  136.  
  137.